Leadtools.Logging Namespace > Logger Class > Exception Method : Exception(String,Exception,Dictionary<String,Object>) Method |
'Declaration Public Overloads Sub Exception( _ ByVal source As String, _ ByVal e As Exception, _ ByVal custom As Dictionary(Of String,Object) _ )
'Usage Dim instance As Logger Dim source As String Dim e As Exception Dim custom As Dictionary(Of String,Object) instance.Exception(source, e, custom)
public: void Exception( String^ source, Exception^ e, Dictionary<String^,Object^>^ custom )